projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c66fb5a
)
(Ffontp): Fix docstring.
author
Kenichi Handa
<handa@m17n.org>
Thu, 26 Jul 2007 11:42:32 +0000
(11:42 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Thu, 26 Jul 2007 11:42:32 +0000
(11:42 +0000)
src/font.c
patch
|
blob
|
history
diff --git
a/src/font.c
b/src/font.c
index ec196bbeb634ea5629bfa6c0eea97fc35009413b..b35e462ae669eddf5c1f0fb42a4c9deb96b3e73b 100644
(file)
--- a/
src/font.c
+++ b/
src/font.c
@@
-2943,7
+2943,7
@@
font_at (c, pos, face, w, object)
/* Lisp API */
DEFUN ("fontp", Ffontp, Sfontp, 1, 1, 0,
- doc: /* Return t if
object
is a font-spec or font-entity. */)
+ doc: /* Return t if
OBJECT
is a font-spec or font-entity. */)
(object)
Lisp_Object object;
{